runtime.mheap.specialCheckFinalizerAlloc (field)
5 uses
runtime (current package)
mheap.go#L221: specialCheckFinalizerAlloc fixalloc // allocator for specialCheckFinalizer
mheap.go#L796: h.specialCheckFinalizerAlloc.init(unsafe.Sizeof(specialCheckFinalizer{}), nil, nil, &memstats.other_sys)
mheap.go#L2227: s := (*specialCheckFinalizer)(mheap_.specialCheckFinalizerAlloc.alloc())
mheap.go#L2334: mheap_.specialCheckFinalizerAlloc.free(unsafe.Pointer(found))
mheap.go#L2826: mheap_.specialCheckFinalizerAlloc.free(unsafe.Pointer(sc))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |